home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / esf / supfonts / sample.bat < prev    next >
DOS Batch File  |  1993-06-10  |  1KB  |  27 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto bad
  4. echo ┌───────────────────────────────────────────────────────────────────────┐
  5. echo │ Before you can print a sample of your soft fonts you *must* have run  │
  6. echo │ option 3 from the installation menu. (This copies and unpacks the     │
  7. echo │ soft fonts, and copies & unpacks the utility programs.) If you have   │
  8. echo │ already done this you can print a sample sheet by hitting the return  │
  9. echo │ key now. This batch file only works for printers attached to a        │
  10. echo │ parallel printer port.                                                │
  11. echo │                                                                       │
  12. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  13. echo │ this batch file and return to INSTALL.                                │
  14. echo └───────────────────────────────────────────────────────────────────────┘
  15. pause
  16. echo Printing a sample of the Super Fonts I package, this will take a moment....
  17. download @sample.lst 1 -dq %1
  18. copy sample.doc %1:
  19. echo Printing a sample of other products from Elfring Soft Fonts, this will take
  20. echo a moment....
  21. download sample.usp 1 -dq %1
  22. copy sample2.doc %1:
  23. goto good
  24. :bad
  25. echo You must pass a parallel printer port to this batch file (sample lpt1:)
  26. :good
  27.